home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / mac / Education / PredDemo / PredDemo1.0 / PredDemo1.3 final / 00016_initQA.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  246 b   |  9 lines

  1. on exitFrame
  2.   global rightAns, wrongRespCount, locationPrefix
  3.   noPuppets()
  4.   set rightAns to "q2C"
  5.   set wrongRespCount to 0
  6.   set locationPrefix to "qa"
  7.   put "Click on the animal" & RETURN & "that answers the question" into field "qaMsg"
  8. end
  9.